|
FEXP Solver Manager - Common Library
1.0.0.0
|
Read and safe content of a text file.
More...


Public Member Functions | |
| FEXPFileReader (string fpath, object[] @parameters) | |
| async Task< bool > | StartAsync () |
Starts file reading action. More... | |
| TInData | GetData () |
Gives instance of class focused to lunch file data. Contains content of a file. More... | |
Read and safe content of a text file.
| TInData | : | class | |
| TInData | : | IReadFileData | |
| TInData | : | new() |
| FEXPEnterpriseCommonLibrary.FEXPFileReader< TInData >.FEXPFileReader | ( | string | fpath, |
| object @ [] | parameters | ||
| ) |
| TInData FEXPEnterpriseCommonLibrary.FEXPFileReader< TInData >.GetData | ( | ) |
Gives instance of class focused to lunch file data. Contains content of a file.
Implements FEXPEnterpriseCommonLibrary.IFileProcessReader< TInData >.
| async Task<bool> FEXPEnterpriseCommonLibrary.FEXPFileReader< TInData >.StartAsync | ( | ) |
Starts file reading action.
Implements FEXPEnterpriseCommonLibrary.IFileProcess.